From: YAMAMOTO Mitsuharu Date: Mon, 9 Apr 2007 09:18:16 +0000 (+0000) Subject: (compver): Don't hardcode processor type. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~999 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a55420a7017a2827b696eb02802911211ae0a6b6;p=emacs.git (compver): Don't hardcode processor type. --- diff --git a/mac/make-package b/mac/make-package index a783ef40a50..1db34d2046c 100755 --- a/mac/make-package +++ b/mac/make-package @@ -325,7 +325,7 @@ if test "$with_app" == "yes"; then fi fi -compver=powerpc-apple-darwin`uname -r` +compver=`uname -p`-apple-darwin`uname -r` if test "$self_contained" = "yes"; then # Move shared files down to Resources directory